Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NMeasurePropertyEditor<TMeasure> Class / EditedNodeValue Property


In This Topic
    EditedNodeValue Property (NMeasurePropertyEditor<TMeasure>)
    In This Topic
    Gets the edited node's numeric value.
    Syntax
    'Declaration
     
    
    Protected MustOverride Property EditedNodeValue As System.Double
    'Usage
     
    
    Dim instance As NMeasurePropertyEditor(Of TMeasure)
    Dim value As System.Double
     
    instance.EditedNodeValue = value
     
    value = instance.EditedNodeValue
    protected abstract System.double EditedNodeValue {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also